home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / t_os / tool / cdplayer / cd_src / cd_sub.h < prev    next >
Encoding:
Text File  |  1994-11-16  |  351 b   |  8 lines

  1. int cd_play(int no, struct TIMEADRS *time1, struct TIMEADRS *time2);
  2. int cd_stop();
  3. int cd_info(int *type, int *strack, int *etrack    ,
  4.             struct TIMEADRS *trktime, struct TIMEADRS *disktime);
  5. int cd_stat(int *stat, int *no, struct TIMEADRS *trktime,
  6.             struct TIMEADRS *dsktime);
  7. void e_time(char a, char b, char c, char *d, char *e, char *f);
  8.